requestchoice >env:rq{$$} "Startup Choice" "Click on the option of your choice*n*n1,2 & 3 can't be loaded after WorkBench" "Banshee" "PGA Golf" "Pinball" "CD Boot" "LionKing" "NVX" "WorkBench"
if $rq{$$} EQ "0"
skip out
endif
if $rq{$$} EQ "1"
skip ban
endif
if $rq{$$} EQ "2"
skip pga
endif
if $rq{$$} EQ "3"
skip Ball
endif
if $rq{$$} EQ "4"
skip CD
endif
if $rq{$$} EQ "5"
skip lionking
endif
if $rq{$$} EQ "6"
skip nvx
endif
lab ban
work:
games
banshee
execute bansheehd
skip out
lab pga
;START OF PGA EUROPEAN GOLF ASSIGNS
assign glf1: WORK:GAMES/pgagolf
assign glf2: WORK:GAMES/pgagolf
IF EXISTS s:user-startup
Execute s:user-startup
EndIF
;END OF PGA EUROPEAN GOLF ASSIGNS
glf1:
golf
skip out
lab Ball
work:
games
mania
mania
skip out
lab lionking
work:
games
cd "lion king"
run "lion king"
endcli
lab nvx
system3.1:wbstartup/cyberpatcher
c:setpatch quiet
work:
nvxpulse
pulse.exe
skip out
lab CD
mount CD0:
requestchoice >env:cdrom{$$} "CD Boot" "Click on option of your choice" "RoadKill" "CD32 Boot" "Cancel"
if $cdrom{$$} EQ "0"
execute s:boot-startup
unsetenv cdrom{$$}
unsetenv rq{$$}
endcli
endif
if $cdrom{$$} EQ "1"
skip roadkill
endif
if $cdrom{$$} EQ "2"
skip cd32
endif
lab roadkill
requestchoice >env:ok{$$} "RoadKill" "Check RoadKill Disk is in CD-Rom drive*n*nClick OK when ready to play" "OK"